The CallbackHandler allows customers to receive callbacks, if desired, by creating an endpoint that implements our specified type for callbacks. If they choose to not implement a callback endpoint, documents can be retrieved manually through the corresponding Get method.
Users supply the Callback URL, Username, and Password with the Select And Generate API to integrate with IEDocService in Expere Document Services.
The delivery service uses "IStatusUpdateSink" to display a CallbackHandler Type of "GenerateUpdate." To use callbacks with Select And Generate API's, integrators should implement "HandleUpdate" for "IStatusUpdateSink."

CallbackHandler: Type = GenerateUpdate Description = Always blank. DeliverResponseService: NA
Users supply the Callback URL, Username, and Password with the SelectGenerateDeliver API to integrate with IEDocService in Expere Document Services.
The SelectGenerateDeliver method utilizes two callbacks:
To receive both callbacks above, integrators must implement both interfaces on the same endpoint.